Expression Editor for WinForms
AddFunction(ExpressionItem,Func<List<Object>,Object>,Int32) メソッド

C1.Win.ExpressionEditor.4.5.2 アセンブリ > C1.Win.ExpressionEditor 名前空間 > C1ExpressionEditor クラス > AddFunction メソッド : AddFunction(ExpressionItem,Func<List<Object>,Object>,Int32) メソッド
Provides the function description for the C1ExpressionEditorPanel.
The delegate that evaluates the function.
Arguments count.
Added a custom function to engine of C1ExpressionEditor.
シンタックス
'宣言
 
Public Overloads Sub AddFunction( _
   ByVal item As ExpressionItem, _
   ByVal function As System.Func(Of List(Of Object),Object), _
   ByVal argsCount As System.Integer _
) 
public void AddFunction( 
   ExpressionItem item,
   System.Func<List<object>,object> function,
   System.int argsCount
)

パラメータ

item
Provides the function description for the C1ExpressionEditorPanel.
function
The delegate that evaluates the function.
argsCount
Arguments count.
参照

C1ExpressionEditor クラス
C1ExpressionEditor メンバ
オーバーロード一覧